.drop-down{--fieldHeight:40px;width:100%;position:relative}.drop-down--alt:not(.opened) .drop-down__select-control{border:none}.drop-down__arrow{color:#000;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;width:30px;height:100%;padding-right:12px;display:-ms-flexbox;display:flex;position:relative}.drop-down__arrow svg{width:12px;height:7px;transition:transform .3s}.drop-down__arrow.active svg{transform:rotate(-180deg)}.drop-down__select-control{height:var(--fieldHeight);color:#3d3d3d;cursor:pointer;background:#fff;border:1px solid #bdbdbd;border-radius:12px;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.2;display:-ms-flexbox;display:flex;position:relative;overflow:hidden}.drop-down__select-control.active{border-color:var(--primaryColor);box-shadow:0 0 0 1px var(--primaryColor)}.drop-down__select-control.lds-dual-ring{pointer-events:none}.drop-down__select-control.lds-dual-ring *{opacity:0}.drop-down__select-control.lds-dual-ring:before{z-index:10;top:calc(50% - 12px);right:initial;border:4px solid;border-color:var(--primaryColor)transparent var(--primaryColor)transparent;background:initial;content:"";border-radius:50%;width:24px;height:24px;animation:1.2s linear infinite lds-dual-ring;display:block;position:absolute;left:calc(50% - 12px)}.drop-down__selected{height:var(--fieldHeight);text-overflow:ellipsis;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;padding:8px 5px 8px 12px;line-height:100%;display:-ms-flexbox;display:flex;overflow:hidden}.drop-down__selected.picker__selected-location img{width:18px;height:18px;margin-right:5px}.drop-down__search-block{width:100%;height:100%;padding-left:30px;display:block}.drop-down__search-block svg{fill:#a3a3a3;width:17px;height:23px;position:absolute;top:8px;left:13px}.drop-down__no-result{color:#8a8a8a;text-align:center;padding:8px 16px;font-size:.875rem}.drop-down__list-filter{width:100%;height:100%;box-shadow:none;border:none;outline:none;padding:2px 8px;line-height:1;display:block}.drop-down__list-filter::-ms-input-placeholder{color:#9e9e9e}.drop-down__list-filter::placeholder{color:#9e9e9e}.drop-down__list-wrapper{z-index:11;top:calc(1px + var(--fieldHeight));background:#fff;border-radius:8px;padding:8px 0;position:absolute;left:0;right:0;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.15)}.drop-down__container{background:#fff;padding-right:4px;position:relative}.drop-down__list{max-height:var(--dropDownHeight,170px);scrollbar-color:linear-gradient(90deg,#2aa34f 0%,#2e9577 32%,#6c6dbe 66%,#a979c3 100%)#f0f0f0;scrollbar-width:auto;font-size:.875rem;line-height:1.2;overflow:auto}.drop-down__list::-webkit-scrollbar{width:6px;height:4px}.drop-down__list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.drop-down__list::-webkit-scrollbar-thumb{background:linear-gradient(#2aa34f 0%,#2e9577 32%,#6c6dbe 66%,#a979c3 100%);border-radius:5px}.drop-down__list-item{width:100%;height:var(--fieldHeight);cursor:pointer;-ms-flex-align:center;align-items:center;padding:8px 12px;line-height:100%;display:-ms-flexbox;display:flex}.drop-down__list-item:has(>a){padding:0}.drop-down__list-item>a{text-overflow:ellipsis;white-space:nowrap;width:100%;height:100%;padding:0 12px;line-height:40px;display:inline;overflow:hidden}.drop-down__list-item.selected{cursor:default;pointer-events:none;background:#b0f0c4;position:relative}.drop-down__list-item.selected:after{content:"";background:url(/static/images/other/check-icon.svg) 50% no-repeat;width:24px;height:24px;margin-left:auto}.drop-down__list-item:not(.selected):hover,.drop-down__list-item:not(.selected):focus{background:#e4f7ea}
